the incremental compiler option has been removed 已移除/incremental編譯器選項(xiàng)。
eclipse uses an incremental compiler, so it isn t necessary to explicitly compile your java files; the compiled class files are saved automatically when you save your java files eclipse采用的是增量編譯器,因此通常不必顯式地編譯java文件;在保存java文件時(shí),編譯過的類文件也會(huì)自動(dòng)保存。
building an aspectj program is similar to building a java program . it involves invoking the aspectj incremental compiler, which builds all the project sources, including the plain java sources 構(gòu)建aspectj程序與構(gòu)建java程序類似,其中包括調(diào)用aspectj的遞增編譯器,構(gòu)建所有的項(xiàng)目源文件,包括普通的java源文件。